home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 October / PCWorld_2000-10_cd2.bin / lotus / Organizer 6.exe / HTML / CALENDAR / NMVIEW.INC < prev    next >
Text File  |  1999-09-27  |  6KB  |  121 lines

  1. <html>
  2. <head>
  3. <title><!!ORG-STRING(1;ProductTitle)>: <!!ORG-STRING(65385;Month view)></title>
  4. <!!ORG-INCLUDE(defcopy.inc)>
  5. <style>
  6. <!--
  7. A {color:blue;cursor:hand;text-decoration:none}
  8. A:hover {color:red}
  9. .Head1 {font-family:Times New Roman, Times Roman, TmsRmn; font-size:10pt; font-weight:bold; color:black; text-align:center}
  10. .Head1L {font-family:Times New Roman, Times Roman, TmsRmn; font-size:10pt; font-weight:bold; color:black; text-align:left}
  11. .Head1R {font-family:Times New Roman, Times Roman, TmsRmn; font-size:10pt; font-weight:bold; color:black; text-align:right}
  12. .Head2 {font-family:Times New Roman, Times Roman, TmsRmn; font-size:12pt; font-weight:bold; color:black; text-align:center}
  13. .WkDay {font-family:Times New Roman, Times Roman, TmsRmn; font-size:12pt; font-weight:bold; color:#686868; text-align:center}
  14. .Entry {font-family:Times New Roman, Times Roman, TmsRmn; font-size:8pt; font-weight:normal; color:black}
  15. .OMonth {background-color:#cccccc; width:100%; font-family:Times New Roman, Times Roman, TmsRmn; font-size:10pt; font-weight:bold; color:black; text-align:center}
  16. .CMonth {background-color:#fafad2; width:100%; font-family:Times New Roman, Times Roman, TmsRmn; font-size:10pt; font-weight:bold; color:black; text-align:center}
  17. -->
  18. </style>
  19. <script language="JScript">
  20. <!-- adjust Entry style font size for IE
  21. if( parent.isIE )
  22. {
  23.     document.writeln( '<style><!--\n.Entry {font-family:Times New Roman, Times Roman, TmsRmn; font-size:7pt; font-weight:normal; color:black}--></style>' );
  24. }
  25. // -->
  26. </script>
  27. </head>
  28. <base target="caldetails">
  29. <BODY BGCOLOR="#CCCCCC" BACKGROUND="TileGYSq.gif" LINK="#0000FF" VLINK="#800080" TEXT="#000000" ALINK="#990033" TOPMARGIN=8 LEFTMARGIN=10>
  30.  
  31.  
  32. <TABLE ID="#top" BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=716>
  33. <TR>
  34.   <TD VALIGN=top BGCOLOR="#CCCCCC">
  35.     <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=2 WIDTH=100% HEIGHT="1">
  36.       <TR>
  37.         <TD WIDTH="15%" CLASS="Head1L"><!!ORG-GETVAR(ORGFILE)></TD>
  38.         <TD WIDTH="70%" CLASS="Head2" nowrap><!!ORG-IF(DTVALID;MONTH;-1)><A HREF="<!!ORG-OUTFILENAME(-1)>" target="calmain"><IMG SRC="ArrPrev.gif" WIDTH=25 HEIGHT=9 BORDER=0 ALT="Previous month"></A><!!ORG-/IF>
  39.         <!!ORG-DAY(MMMM yyyy)>
  40.         <!!ORG-IF(DTVALID;MONTH;1)><A HREF="<!!ORG-OUTFILENAME(1)>" target="calmain"><IMG SRC="ArrNext.gif" WIDTH=25 HEIGHT=9 BORDER=0 ALT="Next month"></A><!!ORG-/IF></TD>
  41.         <TD WIDTH="15%" CLASS="Head1R" nowrap><!!ORG-GETVAR(TODAY;MM/dd/yy hh:mm tt)></TD>    
  42.       </TR>
  43.     </TABLE>
  44.   </TD>
  45. </TR>
  46.     <TR>
  47.         <TD WIDTH=716></TD>
  48.     </TR>
  49.     <TR>
  50.         <TD VALIGN=TOP BGCOLOR="#FFFFFF">
  51.         <TABLE BORDER=1 CELLSPACING=0 CELLPADDING=0 WIDTH=100%>
  52.             <TR>
  53.                 <!!ORG-FORWEEK(1)>
  54.                     <TD VALIGN=TOP WIDTH=14% HEIGHT=15 BGCOLOR="#CCCCCC" CLASS="WkDay"><IMG SRC="PadClear.gif" WIDTH=100 HEIGHT=1 ALIGN=top><BR><!!ORG-DAY(dddd)></TD>
  55.                 <!!ORG-/FORWEEK>
  56.             </TR>
  57.             <!!ORG-FORMONTH(1)>
  58.                 <!!ORG-IF(LASTCNT;MOD;7)>
  59.                     <TR>
  60.                 <!!ORG-/IF>
  61.                 <TD VALIGN=TOP HEIGHT=95>
  62.                 <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%">
  63.                     <TR>
  64.                         <TD VALIGN=TOP CLASS="<!!ORG-IF(INMONTH)>CMonth<!!ORG-ELSE>OMonth<!!ORG-/IF>"><!!ORG-DAY(d)></TD>
  65.                     </TR>
  66.                     <!!ORG-FORDAY_ST>
  67.                     <TR>
  68.                         <TD VALIGN=TOP WIDTH="100%" CLASS="Entry">
  69.                         <script language="JavaScript">
  70.                         <!--
  71.                         parent.writeEntry('<!!ORG-DAY(MM/dd/yy)>','<!!ORG-IF(TIME24)><!!ORG-FIELD(6;"HH:mm")><!!ORG-ELSE><!!ORG-FIELD(6;"hh:mmtt")><!!ORG-/IF>','<!!ORG-GETVAR(DURATION;"%d:%02d")>','<!!ORG-FIELD(8;%s;JScript)>','<!!ORG-FIELD(2;%s;JScript)>');
  72.                         //-->
  73.                         </script>
  74.                         <noscript>
  75.                         <!!ORG-IF(TIME24)><!!ORG-FIELD(6;"HH:mm")><!!ORG-ELSE><!!ORG-FIELD(6;"hh:mmtt")><!!ORG-/IF> <!!ORG-FIELD(8;%s)>
  76.                         </noscript>
  77.                         </TD></TR>
  78.                         <!-- 
  79.                         <!!ORG-COMMENT><BR><SPAN CLASS="Entry"><!!ORG-IF(TIME24)><!!ORG-FIELD(6;"HH:mm")><!!ORG-ELSE><!!ORG-FIELD(6;"hh:mmtt")><!!ORG-/IF> <!!ORG-FIELD(8;%s)></SPAN><!!ORG-/COMMENT>
  80.                         -->
  81.                     <!!ORG-/FORDAY_ST></TD>
  82.                     </TR>
  83.                 </TABLE>
  84.                 </TD>
  85.                 <!!ORG-IF(COUNT;MOD;7)>
  86.                 </TR>
  87.                 <!!ORG-/IF>
  88.             <!!ORG-/FORMONTH>
  89.         </TABLE>
  90.         </TD>
  91.     </TR>
  92.     <TR>
  93.         <TD VALIGN=TOP WIDTH="100%" BGCOLOR="#CCCCCC">
  94.             <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%">
  95.             <TR>
  96.                 <TD width=100 NOWRAP>
  97.                   <IMG SRC="PadClear.gif" WIDTH=100 HEIGHT=1 ALIGN=bottom>
  98.                 </TD>
  99.                 <TD width="33%" NOWRAP>
  100.                   <IMG SRC="PadClear.gif" WIDTH=5 HEIGHT=5 ALIGN=bottom>
  101.                   <A HREF="#top" target="calmain"><IMG SRC="PageTop.gif" WIDTH=15 HEIGHT=12 BORDER=0 ALIGN=bottom><FONT SIZE=2 COLOR="#666666"><!!ORG-STRING(65369;Return to top of page)></FONT></A>
  102.                 </TD>
  103.                 <TD width="34%">
  104.                 </TD>
  105.                 <TD width="33%" NOWRAP align=right>
  106.                   <IMG SRC="PadClear.gif" WIDTH=5 HEIGHT=5 ALIGN=bottom>
  107.                   <A HREF="#top" target="calmain"><IMG SRC="PageTop.gif" WIDTH=15 HEIGHT=12 BORDER=0 ALIGN=bottom><FONT SIZE=2 COLOR="#666666"><!!ORG-STRING(65369;Return to top of page)></FONT></A>
  108.                 </TD>
  109.                 <TD width=100 NOWRAP>
  110.                   <IMG SRC="PadClear.gif" WIDTH=100 HEIGHT=1 ALIGN=bottom>
  111.                 </TD>
  112.             </TR>
  113.             </TABLE>
  114.         </TD>
  115.     </TR>
  116. </TABLE>
  117.  
  118. <FONT SIZE=1><!!ORG-STRING(65384;Published using Lotus Organizer 6.0.)></FONT>
  119. </body>
  120. </html><!!ORG-IF(DTVALID;DAY;1)><!!ORG-OUTFILE(1)><!!ORG-INCLUDE(nmview.inc)><!!ORG-/OUTFILE><!!ORG-/IF>
  121.